ResourceGetProperty Method (String) |
Gets the property from a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic Property GetProperty(
string propertyName
)
Public Function GetProperty (
propertyName As String
) As Property
Parameters
- propertyName
- Type: SystemString
The name of the property to retrieve. Property namespace is "DAV:"
Return Value
Type:
PropertyThe requested property.
See Also